c5131-usb-kbd-stand-alone-1_0_2

Copyright (c) 2003

Library Usage

Package Description

Package Summary

Constants



Global Variables



Macros



Functions

kbd_test_hit 
main 
usb_kbd 
usb_task 
usb_task_init 

Files List

Included Files

Constant Macros

Global Variables

Function Macros

Functions

kbd_test_hit

void kbd_test_hit ( void )  

This function scans the keyboard keys and update the scan_key word. if a key is pressed, the key_hit bit is set to TRUE.

*
return:


main

void main  ( void )  

return:   none


usb_kbd

void usb_kbd_task  ( void )  

This function links the keyboard and the USB bus.

delay:    none
return:   none


usb_task

void usb_task ( void )  

This function manages the USB communication

delay:    none
return:   none


usb_task_init

void usb_task_init ( void )  

This function initializes the USB controller and the associated variables.

delay:    none
return:   none